projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9210a5
)
(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 21 May 1994 23:16:32 +0000
(23:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 21 May 1994 23:16:32 +0000
(23:16 +0000)
src/s/freebsd.h
patch
|
blob
|
history
diff --git
a/src/s/freebsd.h
b/src/s/freebsd.h
index 27a29d5f8e2bcec91adaf65ffb98331fb55dbd8b..964a9b272bd814a2cb64ec461c5844ee09220ab2 100644
(file)
--- a/
src/s/freebsd.h
+++ b/
src/s/freebsd.h
@@
-29,8
+29,12
@@
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
+#if 0 /* These appear to be unnecessary for 1.1, and they break
+ emacs when compiled under FreeBSD-1.0.
+ Shawn M. Carey <smcarey@mailbox.syr.edu> */
#define A_TEXT_OFFSET(x) (sizeof (struct exec))
#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
+#endif
#define LIBS_DEBUG
#define LIBS_SYSTEM -lutil